-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
posterior predictive check for binomial glm with matrix response #645
Conversation
Codecov Report
@@ Coverage Diff @@
## main #645 +/- ##
==========================================
+ Coverage 55.08% 55.41% +0.33%
==========================================
Files 84 84
Lines 5884 5894 +10
==========================================
+ Hits 3241 3266 +25
+ Misses 2643 2628 -15
|
@IndrajeetPatil lintr complains about:
The related code line is: sims[] <- lapply(sims, function(i) exp(i) - plus_minus) Can I really re-write that line w/o using |
@strengejacke That's a false positive. Can you please report it here: https://github.com/r-lib/lintr/issues Thanks! |
Fixes #644
Fixes #646